This is just enough to draw the sidebar background and
markt he current page as active.
text-shadow: none;
}
+GtkAssistant {
+ & .sidebar {
+ background-color: $base_color;
+ }
+ & .sidebar GtkLabel {
+ padding: 6px;
+ }
+ & .sidebar GtkLabel.highlight {
+ background-color: darken($bg_color, 10%);
+ }
+}
+
+
/*********************
* Spinner Animation *
*********************/
opacity: 0.55;
text-shadow: none; }
+GtkAssistant .sidebar {
+ background-color: #292929; }
+GtkAssistant .sidebar GtkLabel {
+ padding: 6px; }
+GtkAssistant .sidebar GtkLabel.highlight {
+ background-color: #212424; }
+
/*********************
* Spinner Animation *
*********************/
opacity: 0.55;
text-shadow: none; }
+GtkAssistant .sidebar {
+ background-color: white; }
+GtkAssistant .sidebar GtkLabel {
+ padding: 6px; }
+GtkAssistant .sidebar GtkLabel.highlight {
+ background-color: lightgray; }
+
/*********************
* Spinner Animation *
*********************/